home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’91 / AliasThis! / AliasThisƒ / Makefile < prev   
Encoding:
Makefile  |  1991-06-20  |  5.7 KB  |  159 lines  |  [TEXT/MPS ]

  1. # This makefile was produced at 12:49:04 AM on Thu, Oct 18, 1990 by
  2. # Makemake version 2.0d29 (9 Jan 90), by Rick Holzgrafe and scott douglass.
  3. # To change this Makefile edit the definition of MAKEMAKE below
  4. # and execute Make Makefile.
  5.  
  6.  
  7. MAKEMAKE = makemake ∂
  8.         -t "AliasThis" ∂
  9.             "COptions=-r -mbg on" -f "-t 'APPL' -c 'DTS '" -i :src: -objdir ∂
  10.             :obj: -srcdirs :src: :src:SampleAEvt.c :src:SampleFileIO.c ∂
  11.             :src:SampleMain.c :src:SamplePrint.c :src:SampleErrors.c ∂
  12.             :src:Sample.r '{CLibraries}StdClib.o' '{Libraries}Runtime.o' ∂
  13.             '{Libraries}Interface.o'
  14.  
  15. :obj:    ƒ :src:
  16.  
  17. TARGETS = "AliasThis"
  18.  
  19. DOT_H = :src:SampleDefs.h :src:Sample.h :src:SampleErrors.h ∂
  20.     :src:SampleFileIO.h :src:SampleMain.h :src:SamplePrint.h :src:SampleAEvt.h
  21.  
  22. DOT_R = :src:Sample.r
  23.  
  24. SRCS = :src:SampleAEvt.c :src:SampleFileIO.c :src:SampleMain.c ∂
  25.     :src:SamplePrint.c :src:SampleErrors.c
  26.  
  27. OBJS = :obj:SampleAEvt.c.o :obj:SampleFileIO.c.o :obj:SampleMain.c.o ∂
  28.     :obj:SamplePrint.c.o :obj:SampleErrors.c.o
  29.  
  30. LIBS = "{CLibraries}StdClib.o" "{Libraries}Runtime.o" "{Libraries}Interface.o"
  31.  
  32. RES = :src:Sample.r
  33.  
  34. COUNT        = Count
  35. COUNTOPTS    = 
  36. CTAGS        = Ctags
  37. CTAGSOPTS    = -p -local -update
  38. DELETE       = Delete
  39. DELETEOPTS   = -i
  40. FILES        = Files
  41. FILESOPTS    = -l
  42. LIB          = Lib
  43. LIBOPTS      = 
  44. LINK         = Link
  45. LINKOPTS     = 
  46. MAKEFILE     = Makefile
  47. PRINT        = Print
  48. PRINTOPTS    = 
  49. REZ          = Rez
  50. SETFILE      = SetFile
  51. SETFILEOPTS  = -t 'MPST' -c 'MPS '
  52.  
  53.  
  54. AOptions = -i :src:
  55.  
  56. COptions = -r -mbg on -i :src:
  57.  
  58. POptions = -i :src:
  59.  
  60. ROptions = -a -i :src:
  61.  
  62. "AliasThis"    ƒƒ {OBJS} {LIBS}
  63.     {LINK} {LINKOPTS} -o {Targ} {OBJS} {LIBS}
  64.  
  65. "AliasThis"    ƒƒ {RES} ∂
  66.         "{RIncludes}Types.r" "{RIncludes}SysTypes.r" "{RIncludes}BalloonTypes.r" ∂
  67.         :src:Sample.h
  68.     {REZ} {ROptions} -o {Targ} {RES}
  69.  
  70. "AliasThis"    ƒƒ {OBJS} {LIBS} {RES} ∂
  71.         "{RIncludes}Types.r" "{RIncludes}SysTypes.r" "{RIncludes}BalloonTypes.r" ∂
  72.         :src:Sample.h
  73.     {SETFILE} -t 'APPL' -c 'DTS ' {Targ}
  74.  
  75.  
  76.  
  77. {MAKEFILE}    ƒ NoSuchFile
  78. NoSuchFile    ƒ
  79.     {MAKEMAKE}
  80.  
  81. clean    ƒ
  82.     {DELETE} {DELETEOPTS} {OBJS}
  83.  
  84. clobber    ƒ clean
  85.     {DELETE} {DELETEOPTS} {TARGETS}
  86.  
  87. count    ƒ
  88.     {COUNT} {COUNTOPTS} {DOT_H} {DOT_R} {SRCS}
  89.  
  90. files    ƒ
  91.     {FILES} {FILESOPTS} {TARGETS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS} {OBJS}
  92.  
  93. print    ƒ
  94.     {PRINT} {PRINTOPTS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS}
  95.  
  96. tags    ƒ {DOT_H} {SRCS}
  97.     {CTAGS} {CTAGSOPTS} {C_INCDIRS} {NewerDeps}
  98.  
  99.  
  100. :obj:SampleAEvt.c.o ƒ ∂
  101.         "{CIncludes}Aliases.h" "{CIncludes}AppleTalk.h" "{CIncludes}Types.h" ∂
  102.         "{CIncludes}OSUtils.h" "{CIncludes}Dialogs.h" "{CIncludes}Windows.h" ∂
  103.         "{CIncludes}Quickdraw.h" "{CIncludes}Events.h" "{CIncludes}Controls.h" ∂
  104.         "{CIncludes}TextEdit.h" "{CIncludes}Files.h" "{CIncludes}SegLoad.h" ∂
  105.         "{CIncludes}Script.h" "{CIncludes}GestaltEqu.h" "{CIncludes}Errors.h" ∂
  106.         :src:SampleDefs.h :src:Sample.h :src:SampleErrors.h ∂
  107.         :src:SampleFileIO.h "{CIncludes}StandardFile.h" ∂
  108.         "{CIncludes}AppleEvents.h" "{CIncludes}Memory.h" "{CIncludes}EPPC.h" ∂
  109.         "{CIncludes}PPCToolbox.h" "{CIncludes}Processes.h" ∂
  110.         "{CIncludes}Notification.h" :src:SampleMain.h "{CIncludes}Printing.h" ∂
  111.         :src:SamplePrint.h :src:SampleAEvt.h
  112.  
  113. :obj:SampleFileIO.c.o ƒ ∂
  114.         :src:SampleDefs.h "{CIncludes}Events.h" "{CIncludes}Types.h" ∂
  115.         "{CIncludes}Quickdraw.h" :src:Sample.h :src:SampleErrors.h ∂
  116.         "{CIncludes}Dialogs.h" "{CIncludes}Windows.h" "{CIncludes}Controls.h" ∂
  117.         "{CIncludes}TextEdit.h" :src:SampleMain.h "{CIncludes}OSUtils.h" ∂
  118.         "{CIncludes}Printing.h" "{CIncludes}PPCToolbox.h" ∂
  119.         "{CIncludes}AppleTalk.h" "{CIncludes}Memory.h" :src:SampleFileIO.h ∂
  120.         "{CIncludes}Files.h" "{CIncludes}SegLoad.h" "{CIncludes}StandardFile.h" ∂
  121.         "{CIncludes}AppleEvents.h" "{CIncludes}EPPC.h" "{CIncludes}Processes.h" ∂
  122.         "{CIncludes}Notification.h" "{CIncludes}Errors.h" "{CIncludes}Aliases.h" ∂
  123.         "{CIncludes}ToolUtils.h" "{CIncludes}Script.h"
  124.  
  125. :obj:SampleMain.c.o ƒ ∂
  126.         :src:Sample.h :src:SampleDefs.h "{CIncludes}Events.h" ∂
  127.         "{CIncludes}Types.h" "{CIncludes}Quickdraw.h" :src:SampleAEvt.h ∂
  128.         "{CIncludes}AppleEvents.h" "{CIncludes}Memory.h" "{CIncludes}OSUtils.h" ∂
  129.         "{CIncludes}EPPC.h" "{CIncludes}PPCToolbox.h" "{CIncludes}AppleTalk.h" ∂
  130.         "{CIncludes}Processes.h" "{CIncludes}Files.h" "{CIncludes}SegLoad.h" ∂
  131.         "{CIncludes}Notification.h" :src:SampleFileIO.h ∂
  132.         "{CIncludes}StandardFile.h" "{CIncludes}Dialogs.h" ∂
  133.         "{CIncludes}Windows.h" "{CIncludes}Controls.h" "{CIncludes}TextEdit.h" ∂
  134.         :src:SamplePrint.h :src:SampleErrors.h :src:SampleMain.h ∂
  135.         "{CIncludes}Printing.h" "{CIncludes}Resources.h" "{CIncludes}Fonts.h" ∂
  136.         "{CIncludes}Menus.h" "{CIncludes}Desk.h" "{CIncludes}ToolUtils.h" ∂
  137.         "{CIncludes}OSEvents.h" "{CIncludes}DiskInit.h" "{CIncludes}Traps.h" ∂
  138.         "{CIncludes}Errors.h"
  139.  
  140. :obj:SamplePrint.c.o ƒ ∂
  141.         :src:SampleErrors.h "{CIncludes}Dialogs.h" "{CIncludes}Windows.h" ∂
  142.         "{CIncludes}Quickdraw.h" "{CIncludes}Types.h" "{CIncludes}Events.h" ∂
  143.         "{CIncludes}Controls.h" "{CIncludes}TextEdit.h" :src:SampleFileIO.h ∂
  144.         "{CIncludes}Files.h" "{CIncludes}OSUtils.h" "{CIncludes}SegLoad.h" ∂
  145.         "{CIncludes}StandardFile.h" "{CIncludes}AppleEvents.h" ∂
  146.         "{CIncludes}Memory.h" "{CIncludes}EPPC.h" "{CIncludes}PPCToolbox.h" ∂
  147.         "{CIncludes}AppleTalk.h" "{CIncludes}Processes.h" ∂
  148.         "{CIncludes}Notification.h" :src:SampleMain.h "{CIncludes}Printing.h" ∂
  149.         :src:SampleDefs.h :src:SamplePrint.h "{CIncludes}Errors.h"
  150.  
  151. :obj:SampleErrors.c.o ƒ ∂
  152.         :src:SampleDefs.h "{CIncludes}Events.h" "{CIncludes}Types.h" ∂
  153.         "{CIncludes}Quickdraw.h" :src:Sample.h :src:SampleErrors.h ∂
  154.         "{CIncludes}Dialogs.h" "{CIncludes}Windows.h" "{CIncludes}Controls.h" ∂
  155.         "{CIncludes}TextEdit.h" "{CIncludes}Memory.h" "{CIncludes}Packages.h" ∂
  156.         "{CIncludes}StandardFile.h" "{CIncludes}Files.h" "{CIncludes}OSUtils.h" ∂
  157.         "{CIncludes}SegLoad.h" "{CIncludes}Script.h" "{CIncludes}Fonts.h" ∂
  158.         "{CIncludes}ToolUtils.h" "{CIncludes}String.h"
  159.